object TextViewer: TTextViewer Left = 297 Top = 201 BorderStyle = bsDialog Caption = 'TextViewer' ClientHeight = 363 ClientWidth = 440 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 0 Top = 0 Width = 440 Height = 363 Align = alClient BevelOuter = bvNone TabOrder = 0 object Memo: TMemo Left = 4 Top = 4 Width = 432 Height = 316 Align = alClient ReadOnly = True ScrollBars = ssBoth TabOrder = 0 OnKeyDown = MemoKeyDown end object Panel1: TPanel Left = 0 Top = 320 Width = 440 Height = 43 Align = alBottom BevelOuter = bvNone TabOrder = 1 object BitBtn1: TBitBtn Left = 8 Top = 8 Width = 90 Height = 28 Cancel = True Caption = '&Close' Default = True ModalResult = 1 TabOrder = 0 NumGlyphs = 2 end end object Panel3: TPanel Left = 0 Top = 4 Width = 4 Height = 316 Align = alLeft BevelOuter = bvNone TabOrder = 2 end object Panel4: TPanel Left = 0 Top = 0 Width = 440 Height = 4 Align = alTop BevelOuter = bvNone TabOrder = 3 end object Panel5: TPanel Left = 436 Top = 4 Width = 4 Height = 316 Align = alRight BevelOuter = bvNone TabOrder = 4 end end end